Skip to content

feat(module): add agent skills installation#1201

Draft
onmax wants to merge 9 commits intomainfrom
feat/module-skills
Draft

feat(module): add agent skills installation#1201
onmax wants to merge 9 commits intomainfrom
feat/module-skills

Conversation

@onmax
Copy link

@onmax onmax commented Jan 27, 2026

  • After nuxt module add, check if module exposes agent skills via meta.agents.skills
  • Prompt user to install skills using npx skills add
PROJECT=/tmp/MiniBank
CACHEBUST="$(date +%s)"
NUXI_PKG_PR_URL="https://pkg.pr.new/nuxi@1201?cachebust=${CACHEBUST}"
BETTER_AUTH_PKG_PR_URL="https://pkg.pr.new/onmax/nuxt-better-auth/@onmax/nuxt-better-auth@89"

rm -rf "$PROJECT"

pnpm dlx nuxi@latest init "$PROJECT" \
  --template minimal \
  --packageManager pnpm \
  --gitInit false \
  --install=false \
  --no-modules

cd "$PROJECT"

pnpm install

pnpm add -D "$NUXI_PKG_PR_URL"

pnpm nuxi module add @nuxt/ui
pnpm nuxi module add @nuxt/icon

pnpm add "$BETTER_AUTH_PKG_PR_URL"
pnpm nuxi module add @onmax/nuxt-better-auth --skipInstall

pnpm nuxi module skills
pnpm nuxi module skills --list || true

Related

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 27, 2026

  • nuxt-cli-playground

    npm i https://pkg.pr.new/create-nuxt@1201
    
    npm i https://pkg.pr.new/nuxi@1201
    
    npm i https://pkg.pr.new/@nuxt/cli@1201
    

commit: 946e59f

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

📦 Bundle Size Comparison

📈 nuxi

Metric Base Head Diff
Rendered 3708.86 KB 3980.46 KB +271.60 KB (+7.32%)

📈 nuxt-cli

Metric Base Head Diff
Rendered 137.36 KB 411.66 KB +274.30 KB (+199.70%)

📈 create-nuxt

Metric Base Head Diff
Rendered 1656.98 KB 1918.99 KB +262.01 KB (+15.81%)

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 27, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing feat/module-skills (946e59f) with main (9fd0fef)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant